home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / DevGallery / ISYS / Source / MEMOREX1.DIR / 00035.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  441 b   |  19 lines

  1. on enterFrame
  2.   set the visible of sprite 18 to 0
  3.   set the visible of sprite 19 to 0
  4.   set the visible of sprite 20 to 0
  5.   set the visible of sprite 21 to 0
  6.   if rollOver(9) then
  7.     set the visible of sprite 19 to 1
  8.   end if
  9.   if rollOver(10) then
  10.     set the visible of sprite 20 to 1
  11.   end if
  12.   if rollOver(11) then
  13.     set the visible of sprite 21 to 1
  14.   end if
  15.   if rollOver(13) then
  16.     set the visible of sprite 18 to 1
  17.   end if
  18. end
  19.